hunt v1.6.15 (2021-07-30T03:29:57Z)
Home
Dub
Repo
RuntimeException
hunt
Exceptions
Undocumented in source.
class
RuntimeException : Exception {
this
(Throwable ex);
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
this
this
(Throwable ex)
Undocumented in source.
this
this
(string msg, string file, size_t line, Throwable next)
this
this
(string msg, Throwable next, string file, size_t line)
Meta
Source
See Implementation
hunt
Exceptions
classes
ArithmeticException
ArrayIndexOutOfBoundsException
AssertionError
AsynchronousCloseException
BufferOverflowException
BufferUnderflowException
CRLException
CancellationException
CertificateEncodingException
CertificateException
CertificateExpiredException
CertificateNotYetValidException
CertificateParsingException
CharacterCodingException
ClassCastException
ClassNotFoundException
CloneNotSupportedException
ClosedChannelException
CommonRuntimeException
ConcurrentModificationException
ConfigurationException
EOFException
EofException
ExecutionException
FileNotFoundException
GeneralSecurityException
IOException
IllegalArgumentException
IllegalMonitorStateException
IllegalStateException
IllegalThreadStateException
IncompatibleClassChangeError
IndexOutOfBoundsException
InstantiationError
InternalError
InterruptedException
InterruptedIOException
InvalidClassException
InvalidKeyException
InvalidMarkException
InvalidObjectException
KeyManagementException
KeyStoreException
LinkageError
MalformedURLException
NegativeArraySizeException
NestedRuntimeException
NoSuchAlgorithmException
NoSuchElementException
NoSuchProviderException
NotImplementedException
NotSupportedException
NullPointerException
NumberFormatException
OutOfMemoryError
ParseException
ParsingException
ReadOnlyBufferException
RemoteException
RuntimeException
SQLException
SecureNetException
SignatureException
StringIndexOutOfBoundsException
SystemException
ThreadDeath
TimeoutException
URISyntaxException
UnrecoverableKeyException
UnsupportedEncodingException
UnsupportedOperationException
WritePendingException
functions
implementationMissing
mixin templates
BasicExceptionCtors
ExceptionBuild