Class SCBClientParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.dannil.scbjavaclient.exception.SCBClientException
-
- com.github.dannil.scbjavaclient.exception.SCBClientParsingException
-
- All Implemented Interfaces:
Serializable
public class SCBClientParsingException extends SCBClientException
Exception for when the client was unable to parse information.
- Since:
- 0.0.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCBClientParsingException()
Default constructor.SCBClientParsingException(String message)
Overloaded constructor.SCBClientParsingException(String message, Throwable cause)
Overloaded constructor.SCBClientParsingException(Throwable cause)
Overloaded constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SCBClientParsingException
public SCBClientParsingException()
Default constructor.
-
SCBClientParsingException
public SCBClientParsingException(String message)
Overloaded constructor.
- Parameters:
message
- the message
-
SCBClientParsingException
public SCBClientParsingException(String message, Throwable cause)
Overloaded constructor.
- Parameters:
message
- the messagecause
- the cause
-
SCBClientParsingException
public SCBClientParsingException(Throwable cause)
Overloaded constructor.
- Parameters:
cause
- the cause
-
-