[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

Class COM.novell.SVAPI.InvalidFormatException

public class InvalidFormatException extends DataStoreException

Signals that a method was called and the data passed to the method was in an unexpected or unsupported format.



Constructor Index

InvalidFormatException()
Constructs an InvalidFormatException without a detail message.
InvalidFormatException(String)
Constructs an InvalidFormatException with the specified detail message.
InvalidFormatException(String, Throwable)
Constructs an InvalidFormatException with the specified detail message and a nested exception.


Constructors



InvalidFormatException

public InvalidFormatException()
Constructs an InvalidFormatException without a detail message.


InvalidFormatException

public InvalidFormatException(String s)
Constructs an InvalidFormatException with the specified detail message.


InvalidFormatException

public InvalidFormatException(String s, Throwable e)
Constructs an InvalidFormatException with the specified detail message and a nested exception. The message can be null.



[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

rwille@novell.com