public class IllegalContentStringException
extends java.lang.IllegalArgumentException
コンストラクタと説明 |
---|
IllegalContentStringException()
Constructs an IllegalContentStringException with no detail message.
|
IllegalContentStringException(java.lang.String s)
Constructs an IllegalContentStringException with the specified detail message.
|
IllegalContentStringException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
IllegalContentStringException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ?
|
public IllegalContentStringException()
public IllegalContentStringException(java.lang.String s)
s
- public IllegalContentStringException(java.lang.Throwable cause)
message
- cause
- public IllegalContentStringException(java.lang.String message, java.lang.Throwable cause)
cause
-