org.millscript.commons.alert.alerts
Class UnsupportedCharacterSetAlert
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.millscript.commons.alert.Alert
org.millscript.commons.alert.alerts.IOAlert
org.millscript.commons.alert.alerts.UnsupportedCharacterSetAlert
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedCharacterSetAlert
- extends IOAlert
This class implements an Alert for use in situations like where a
UnsupportedCharsetException has been thrown.
- See Also:
- Serialized Form
| Methods inherited from class org.millscript.commons.alert.Alert |
culprit, culprit, culprit, culprit, culprit, culprit, culprit, culprit, decorate, decorate, escape, getComplaint, getCulprits, getMessage, getParentAlert, getParentThrowable, getPhase, getReason, isMishap, mishap, origin, remishap, report, setParentAlert, setParentThrowable, setPhase, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnsupportedCharacterSetAlert
public UnsupportedCharacterSetAlert()
- Constructs a new unsupported character set alert with no explanation.
UnsupportedCharacterSetAlert
public UnsupportedCharacterSetAlert(java.lang.String exp)
- Constructs a new unsupported character set alert with the specified
explanation.
- Parameters:
exp - the explanation for the alert
UnsupportedCharacterSetAlert
protected UnsupportedCharacterSetAlert(java.lang.String comp,
java.lang.String exp)
- Constructs a new alert with the specified complaint and explanation.
This constructor is for private use, to allow us to provide an exception
hierarchy.
- Parameters:
comp - the complaintexp - the complaints explanation
culpritCharset
public UnsupportedCharacterSetAlert culpritCharset(java.lang.String name)
Copyright © 2005-2007 Open World Ltd. All Rights Reserved.