Package com.blackhillsoftware.smf
Class NotYetCreatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
com.blackhillsoftware.smf.NotYetCreatedException
- All Implemented Interfaces:
Serializable
Thrown when a field or section is not available because the process to create
it has not been run, eg if a section needs to be reassembled from
multiple records.
There should be a method provided to create the information, after which the field
or method will be available.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotYetCreatedException
-