Package com.oss.asn1
Class UserPrintFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.oss.asn1.AbstractException
com.oss.asn1.VisitorException
com.oss.asn1printer.DataPrinterException
com.oss.asn1.UserPrintFailedException
- All Implemented Interfaces:
Serializable
public class UserPrintFailedException
extends com.oss.asn1printer.DataPrinterException
UserPrintFailedException is thrown by the print() method of the
class, that implements
Printable
interface.- Since:
- ASN.1/Java 1.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs theUserPrintFailedException
.UserPrintFailedException
(String message) Constructs theUserPrintFailedException
with the given message. -
Method Summary
Methods inherited from class com.oss.asn1.AbstractException
fillInBackTrace, getBackTrace, getMessage, getReason, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
UserPrintFailedException
public UserPrintFailedException()Constructs theUserPrintFailedException
. -
UserPrintFailedException
Constructs theUserPrintFailedException
with the given message.- Parameters:
message
- error message
-