Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
IllegalArgumentException
jonelo.sugar.util.EncodingException
public class EncodingException
extends IllegalArgumentException
Constructor Summary | |
| |
|
public EncodingException()
Constructs aEncodingException
with no detail message.
public EncodingException(String s)
Constructs aEncodingException
with the specified detail message.
- Parameters:
s
- the detail message.