Dart API Referencedart:coreException

Exception Interface

Interface implemented by all core library exceptions.

Default class

ExceptionImplementation

Implemented by

BadNumberFormatException, ClosureArgumentMismatchException, DecoderException, DirectoryIOException, EmptyQueueException, EncoderException, ExceptionImplementation, ExpectException, FileIOException, FutureAlreadyCompleteException, FutureNotCompleteException, HttpException, HttpParserException, IllegalAccessException, IllegalArgumentException, IllegalJSRegExpException, IndexOutOfRangeException, IntegerDivisionByZeroException, IsolateSpawnException, NoMoreElementsException, NoSuchMethodException, NotImplementedException, NullPointerException, ObjectNotClosureException, OutOfMemoryException, ProcessException, SocketIOException, StackOverflowException, StaticResolutionException, StreamException, UnsupportedOperationException, WebSocketException, WrongArgumentCountException

Constructors

Code const Exception([msg]) #

const Exception([var msg]);