Package simpleorm.utils
Class SException.InternalError
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- simpleorm.utils.SException
- 
- simpleorm.utils.SException.InternalError
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- SException
 
 public static class SException.InternalError extends SException Probable bug in SimpleORM.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class simpleorm.utils.SExceptionSException.Data, SException.Error, SException.InternalError, SException.Jdbc, SException.Test, SException.Validation
 
- 
 - 
Constructor SummaryConstructors Constructor Description InternalError()InternalError(java.lang.String message)InternalError(java.lang.String message, java.lang.Throwable nestedException)InternalError(java.lang.Throwable nestedException)
 - 
Method Summary- 
Methods inherited from class simpleorm.utils.SExceptiongetFieldMeta, getFieldValue, getInstance, getParams, getRecordInstance, getValidator, setFieldMeta, setFieldValue, setInstance, setParams, setRecordInstance, setValidator
 
- 
 
-