|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opengis.referencing.FactoryException
org.geotools.referencing.operation.builder.MissingInfoException
public class MissingInfoException
Thrown when a required operation can't be performed because some information is missing or isn't set up properly.
Constructor Summary | |
---|---|
MissingInfoException()
Constructs an exception with no detail message. |
|
MissingInfoException(java.lang.String message)
Constructs an exception with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MissingInfoException(java.lang.String message)
message
- The cause for this exception. The cause is saved
for later retrieval by the Throwable.getCause()
method.public MissingInfoException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |