java.lang.Object
java.lang.Throwable
java.lang.Error
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AnnotationFormatError, AssertionError, AWTError, CoderMalfunctionError, FactoryConfigurationError, LinkageError, ThreadDeath, TransformerFactoryConfigurationError, VirtualMachineError
- See Also:
- Top Examples, Source Code
public Error()
- See Also:
Throwable.initCause(java.lang.Throwable)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Error(String message)
- See Also:
Throwable.getMessage()
, Throwable.initCause(java.lang.Throwable)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Error(String message,
Throwable cause)
- See Also:
Throwable.getCause()
, Throwable.getMessage()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Error(Throwable cause)
- See Also:
Throwable.getCause()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples