Package org.citydb.database.schema.path
Class InvalidSchemaPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.citydb.database.schema.path.InvalidSchemaPathException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSchemaPathException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSchemaPathException()
InvalidSchemaPathException(java.lang.String message)
InvalidSchemaPathException(java.lang.String message, java.lang.Throwable cause)
InvalidSchemaPathException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
InvalidSchemaPathException
public InvalidSchemaPathException()
-
InvalidSchemaPathException
public InvalidSchemaPathException(java.lang.String message)
-
InvalidSchemaPathException
public InvalidSchemaPathException(java.lang.Throwable cause)
-
InvalidSchemaPathException
public InvalidSchemaPathException(java.lang.String message, java.lang.Throwable cause)
-
-